fontchooser: Don't center the list
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Sep 2020 20:32:48 +0000 (16:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Sep 2020 20:32:48 +0000 (16:32 -0400)
The centered layout of the font previews don't look appealing
and make it harder to judge the relative width and weight of
the individual styles.

Fixes: #3188
gtk/ui/gtkfontchooserwidget.ui

index 96c259687e504779b45b0f2d45d95d07bf0985f7..c282822dbd2252f640d3be0086ec5033f5518f72 100644 (file)
         <property name="margin-top">10</property>
         <property name="margin-bottom">10</property>
         <property name="ellipsize">end</property>
+        <property name="xalign">0</property>
         <binding name="label">
           <closure type="gchararray" function="get_font_name">
             <lookup name="item">GtkListItem</lookup>